lhc/web/wiklou.git
19 years agoPage move undo feature
Tim Starling [Sun, 3 Apr 2005 15:18:51 +0000 (15:18 +0000)]
Page move undo feature

19 years agoAllow the user to specify a reason for page moves
Tim Starling [Sun, 3 Apr 2005 14:45:42 +0000 (14:45 +0000)]
Allow the user to specify a reason for page moves

19 years agoDon't need existence check for the article, it's implied
Tim Starling [Sun, 3 Apr 2005 08:30:05 +0000 (08:30 +0000)]
Don't need existence check for the article, it's implied

19 years agoUse LinkBatch for faster link lookup
Tim Starling [Sun, 3 Apr 2005 08:27:08 +0000 (08:27 +0000)]
Use LinkBatch for faster link lookup

19 years agoModification to LinkBatch
Tim Starling [Sun, 3 Apr 2005 08:26:42 +0000 (08:26 +0000)]
Modification to LinkBatch

19 years agoChanged LogPage::actionText() calling convention to allow for 1.4-style move page...
Tim Starling [Sun, 3 Apr 2005 07:36:50 +0000 (07:36 +0000)]
Changed LogPage::actionText() calling convention to allow for 1.4-style move page links. Utilised the new LinkBatch to speed up link lookups in Special:Log

19 years agoFixed bug with move page logging, need namespace too
Tim Starling [Sun, 3 Apr 2005 07:34:44 +0000 (07:34 +0000)]
Fixed bug with move page logging, need namespace too

19 years agoLinkBatch class for fast batch link lookup in special pages
Tim Starling [Sun, 3 Apr 2005 07:28:52 +0000 (07:28 +0000)]
LinkBatch class for fast batch link lookup in special pages

19 years agoAdd seek method to ResultWrapper
Tim Starling [Sun, 3 Apr 2005 07:27:25 +0000 (07:27 +0000)]
Add seek method to ResultWrapper

19 years agoCode cleanup. Database code should not be in EditPage.php. Moved to Article.php
Jens Frank [Sun, 3 Apr 2005 07:01:29 +0000 (07:01 +0000)]
Code cleanup. Database code should not be in EditPage.php. Moved to Article.php

19 years ago* Documented
Ævar Arnfjörð Bjarmason [Sat, 2 Apr 2005 22:17:05 +0000 (22:17 +0000)]
* Documented
* Changed the validateTimeZone max from ��15:59 to 14:59 and -12:59
* Removed a stray ';'

19 years agoAvoid some redundant title-munging by using makeKnownLinkObj
Brion Vibber [Sat, 2 Apr 2005 20:55:19 +0000 (20:55 +0000)]
Avoid some redundant title-munging by using makeKnownLinkObj
Clean up a missing </div> in external edit thingy

19 years agomissed one..
Ævar Arnfjörð Bjarmason [Sat, 2 Apr 2005 20:00:51 +0000 (20:00 +0000)]
missed one..

19 years agoBug 646: <math> fails to recognize \ll and \gg
Jens Frank [Sat, 2 Apr 2005 19:03:05 +0000 (19:03 +0000)]
Bug 646: <math> fails to recognize \ll and \gg
Bug 926: \div element from TeX not supported in <math> element
Bug 1147: add \checkmark to whitelist in texutil.ml
Bug 937: \limits function from LaTeX not supported in <math> element

19 years ago* Minor syntax cleanup
Ævar Arnfjörð Bjarmason [Sat, 2 Apr 2005 18:28:56 +0000 (18:28 +0000)]
* Minor syntax cleanup

19 years ago* Changed the #fff background to transparent, better for sites that don't use a
Ævar Arnfjörð Bjarmason [Sat, 2 Apr 2005 18:24:56 +0000 (18:24 +0000)]
* Changed the #fff background to transparent, better for sites that don't use a
  light background-color for .thumb {}, like memory alpha.

19 years ago* Documented
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 23:24:26 +0000 (23:24 +0000)]
* Documented

19 years ago* (bug 578): renamed $wgDisableUploads => $wgEnableUploads
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 19:55:45 +0000 (19:55 +0000)]
* (bug 578): renamed $wgDisableUploads => $wgEnableUploads

19 years ago* Minor syntax cleanup of editExternally related things.
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 16:40:20 +0000 (16:40 +0000)]
* Minor syntax cleanup of editExternally related things.

19 years agoDocumentation to explain what that $par string does exactly..
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 16:24:04 +0000 (16:24 +0000)]
Documentation to explain what that $par string does exactly..

19 years ago* Fixed the breakage of the invert feature (see @@ -240,7 +239,7 @@)
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 15:46:25 +0000 (15:46 +0000)]
* Fixed the breakage of the invert feature (see @@ -240,7 +239,7 @@)
* Removed all this intval() nonsense except for the one instance where it
  wasn't redundant

19 years ago* "$invert = false" in function declerations is redundant, changed it to
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 13:01:54 +0000 (13:01 +0000)]
* "$invert = false" in function declerations is redundant, changed it to
  "$invert".
* Fixed a bug: indexShowline() didn't support $invert.

19 years ago*(bug 902) applied a small "uga" by Niklas Laxstr��m to add a
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 12:32:39 +0000 (12:32 +0000)]
*(bug 902) applied a small "uga" by Niklas Laxstr��m to add a
  Special:Contributions in the case of an anonymous user

19 years ago* Changed the $invert datatype from 'integer' to 'bool'
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 11:57:44 +0000 (11:57 +0000)]
* Changed the $invert datatype from 'integer' to 'bool'
* Documented

19 years ago* New feature, the ability to 'invert' namespaces in Special:Allmessages, given
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 11:09:47 +0000 (11:09 +0000)]
* New feature, the ability to 'invert' namespaces in Special:Allmessages, given
  a namespace the 'Invert' namespace can be selected to perform WHERE
  page_namespace != $namespace instead of WHERE page_namespace = ..

** Added code in includes/SpecialAllpages.php to make this possible

** Removed messages: allpagesformtext1 and allpagesformtext2 (obsoleted by the
   new allpagesformtext messsage)
** Renamed message allpagesnamespace to allinnamespace
** Added messages allnonarticles, allnotinnamespace, contributionsformtext

** includes/SpecialContributions.php no longer uses allpagesformtext2 but the
   new contributionsformtext

19 years agoCreate rev_deleted column initially. It is used during install
Jens Frank [Thu, 31 Mar 2005 20:40:22 +0000 (20:40 +0000)]
Create rev_deleted column initially. It is used during install
before the patch is installed.

19 years agoRemoved whitespace
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:50:15 +0000 (12:50 +0000)]
Removed whitespace

19 years ago++Precision
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:35:32 +0000 (12:35 +0000)]
++Precision

19 years ago* Changed $wgUploadSizeWarning from 1.5 * 10^5 to 150 * 2^10
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:23:23 +0000 (12:23 +0000)]
* Changed $wgUploadSizeWarning from 1.5 * 10^5 to 150 * 2^10
* The largefile message now displays $wgUploadSizeWarning

19 years agomore stuff to fall back on
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:11:18 +0000 (12:11 +0000)]
more stuff to fall back on

19 years agoformatting
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:07:33 +0000 (12:07 +0000)]
formatting

19 years agofixed bug
Tim Starling [Thu, 31 Mar 2005 12:06:38 +0000 (12:06 +0000)]
fixed bug

19 years ago* Add wfElement() for handy generation of properly-escaped XML/HTML elements with...
Brion Vibber [Thu, 31 Mar 2005 11:40:05 +0000 (11:40 +0000)]
* Add wfElement() for handy generation of properly-escaped XML/HTML elements with attributes.
* Begin infrastructure for deleted-revision tag; add rev_deleted field, some
display support for it in history and contribs. Not yet used for deletions.
Run update.php or source maintenance/archives/patch-rev_deleted.sql

19 years agoIf you call function wfGetIP, it might help to implement it first ;-)
Magnus Manske [Thu, 31 Mar 2005 11:11:37 +0000 (11:11 +0000)]
If you call function wfGetIP, it might help to implement it first ;-)

19 years agooops, committed from wrong branch, this is the fixed version
Tim Starling [Thu, 31 Mar 2005 10:39:15 +0000 (10:39 +0000)]
oops, committed from wrong branch, this is the fixed version

19 years agofixed bug
Tim Starling [Thu, 31 Mar 2005 10:37:54 +0000 (10:37 +0000)]
fixed bug

19 years agoShow link to validation on history page (for anons)
Magnus Manske [Thu, 31 Mar 2005 09:52:06 +0000 (09:52 +0000)]
Show link to validation on history page (for anons)

19 years agoAdding some validation for IP determination via XFF headers, in preparation for addin...
Tim Starling [Thu, 31 Mar 2005 09:10:25 +0000 (09:10 +0000)]
Adding some validation for IP determination via XFF headers, in preparation for adding ISP proxies to the trusted proxy list, which may occasionally give invalid XFF headers

19 years ago* (bug 1743) cease overriding the default browser colors for textarea.
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 08:50:01 +0000 (08:50 +0000)]
* (bug 1743) cease overriding the default browser colors for textarea.

19 years agoValidation fix
Magnus Manske [Thu, 31 Mar 2005 08:19:20 +0000 (08:19 +0000)]
Validation fix

19 years agoEdit bug fix
Magnus Manske [Thu, 31 Mar 2005 08:17:35 +0000 (08:17 +0000)]
Edit bug fix

19 years agoFixed installation bug
Magnus Manske [Thu, 31 Mar 2005 08:13:37 +0000 (08:13 +0000)]
Fixed installation bug

19 years agorewrote it IN PERL, TAKE THAT AUSTIN ;=)
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 08:12:32 +0000 (08:12 +0000)]
rewrote it IN PERL, TAKE THAT AUSTIN ;=)

19 years agoPartial fix for installation bug
Magnus Manske [Thu, 31 Mar 2005 08:02:09 +0000 (08:02 +0000)]
Partial fix for installation bug

19 years agoAdding myself
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 06:08:37 +0000 (06:08 +0000)]
Adding myself

19 years ago* Formatting
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 05:58:23 +0000 (05:58 +0000)]
* Formatting
* Changed <i> to <em>, <b> to <strong>
* Using <?=date('Y')?> for the  "Copyright (C) 2001���2005" part.

19 years ago<? => <?php
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 02:27:31 +0000 (02:27 +0000)]
<? => <?php

19 years agoDisplay something nicer looking when the wiki hasn't been configured.
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 02:22:03 +0000 (02:22 +0000)]
Display something nicer looking when the wiki hasn't been configured.

19 years ago* Changing checks for [.]./LocalSettings.php and [.]./AdminSettings.php to only
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 01:58:53 +0000 (01:58 +0000)]
* Changing checks for [.]./LocalSettings.php and [.]./AdminSettings.php to only
  check for [.]./LocalSettings.php
* Removing function writeAdminSettings (not used at all)

19 years agoRedundant.
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 00:06:30 +0000 (00:06 +0000)]
Redundant.

19 years agoImplements #1714 by Tomer Chachamu : add &emsp; after save button
Antoine Musso [Wed, 30 Mar 2005 09:26:48 +0000 (09:26 +0000)]
Implements #1714 by Tomer Chachamu : add &emsp; after save button

19 years agoquotes
Antoine Musso [Tue, 29 Mar 2005 20:23:05 +0000 (20:23 +0000)]
quotes

19 years agoCorrect a couple variable misuses, remove defunct hover toggle again.
Brion Vibber [Tue, 29 Mar 2005 20:20:03 +0000 (20:20 +0000)]
Correct a couple variable misuses, remove defunct hover toggle again.

19 years ago*** empty log message ***
Antoine Musso [Tue, 29 Mar 2005 18:06:46 +0000 (18:06 +0000)]
*** empty log message ***

19 years agoGlobals, singlequotes
Antoine Musso [Tue, 29 Mar 2005 17:41:08 +0000 (17:41 +0000)]
Globals, singlequotes

19 years agoMassive update from wikipedia http://kn.wikipedia.org/w/index.php?title=Special:Allme...
Antoine Musso [Tue, 29 Mar 2005 17:32:07 +0000 (17:32 +0000)]
Massive update from wikipedia kn.wikipedia.org/w/index.php?title=Special:Allmessages&ot=php

19 years agoupdates / single quotes
Antoine Musso [Tue, 29 Mar 2005 17:10:42 +0000 (17:10 +0000)]
updates / single quotes

19 years agoNew articles fetched revision assumed to be 0. Correctly display {{REVISIONID}} on...
Antoine Musso [Tue, 29 Mar 2005 16:38:30 +0000 (16:38 +0000)]
New articles fetched revision assumed to be 0. Correctly display {{REVISIONID}} on diff page.

19 years agotypo
Antoine Musso [Tue, 29 Mar 2005 16:31:16 +0000 (16:31 +0000)]
typo

19 years agocode formatting
Antoine Musso [Tue, 29 Mar 2005 15:49:06 +0000 (15:49 +0000)]
code formatting

19 years agofixed bug
Tim Starling [Mon, 28 Mar 2005 15:57:18 +0000 (15:57 +0000)]
fixed bug

19 years agoSupport for SORBS DNSBL
Tim Starling [Mon, 28 Mar 2005 15:19:24 +0000 (15:19 +0000)]
Support for SORBS DNSBL

19 years agoFix a couple schema-related changes.
Brion Vibber [Mon, 28 Mar 2005 11:19:59 +0000 (11:19 +0000)]
Fix a couple schema-related changes.
There's still major breakage in this file (use of 'old' table etc)

19 years agoDecouple revision.rev_id from text.old_id
Brion Vibber [Mon, 28 Mar 2005 10:47:12 +0000 (10:47 +0000)]
Decouple revision.rev_id from text.old_id
* This will allow the backend text storage to use different id numbers
* Revisions noting metadata changes can be added to history without duplicating text
  (implemented for page move)

This changes the revision table schema and requires running update.php
or maintenance/archives/patch-rev_text_id.sql on existing test wikis.
PostgreSQL table defs are still not in sync, so not updated.

19 years agoAbility to disable actions from LocalSettings.php
Tim Starling [Mon, 28 Mar 2005 08:55:35 +0000 (08:55 +0000)]
Ability to disable actions from LocalSettings.php

19 years agoSuppress warnings
Tim Starling [Mon, 28 Mar 2005 08:15:09 +0000 (08:15 +0000)]
Suppress warnings

19 years agoFixed ordering of SQL debug log
Tim Starling [Mon, 28 Mar 2005 07:56:17 +0000 (07:56 +0000)]
Fixed ordering of SQL debug log

19 years agoFix query syntax which broke a couple functions' debug info (foreport from 1.4)
Brion Vibber [Sun, 27 Mar 2005 22:29:37 +0000 (22:29 +0000)]
Fix query syntax which broke a couple functions' debug info (foreport from 1.4)

19 years agoFixed obvious bug
Tim Starling [Sun, 27 Mar 2005 18:35:46 +0000 (18:35 +0000)]
Fixed obvious bug

19 years agoFixed bug causing transactions to not be started all the time
Tim Starling [Sun, 27 Mar 2005 18:06:44 +0000 (18:06 +0000)]
Fixed bug causing transactions to not be started all the time

19 years agoRemoved legacy BEGIN/COMMIT pair
Tim Starling [Sun, 27 Mar 2005 17:34:16 +0000 (17:34 +0000)]
Removed legacy BEGIN/COMMIT pair

19 years agoDon't clear objectcache on every query, I doubt there was any good reason for doing so
Tim Starling [Sun, 27 Mar 2005 17:26:55 +0000 (17:26 +0000)]
Don't clear objectcache on every query, I doubt there was any good reason for doing so

19 years agoBought me a horizontal scrollbar, no need for this anymore
Tim Starling [Sun, 27 Mar 2005 17:09:48 +0000 (17:09 +0000)]
Bought me a horizontal scrollbar, no need for this anymore

19 years agoFixed efficiency problem with $wgSiteNotice. Introduced wfSiteNotice(), which allows...
Tim Starling [Sun, 27 Mar 2005 16:56:11 +0000 (16:56 +0000)]
Fixed efficiency problem with $wgSiteNotice. Introduced wfSiteNotice(), which allows the script to load it on demand instead of on every invocation

19 years agomoved call to spreadBlock() to getBlockedStatus(). This means one less query per...
Tim Starling [Sun, 27 Mar 2005 16:30:00 +0000 (16:30 +0000)]
moved call to spreadBlock() to getBlockedStatus(). This means one less query per logged-in page view. It also means blocked users will only have their IP address blocked if they edit, rather than just viewing pages.

19 years agoFORPORT from REL1_4
Antoine Musso [Sun, 27 Mar 2005 16:16:31 +0000 (16:16 +0000)]
FORPORT from REL1_4
Fix #1556 : tab order for login page.

19 years agoMoved to extensions
Tim Starling [Sun, 27 Mar 2005 16:06:11 +0000 (16:06 +0000)]
Moved to extensions

19 years agoBasic static HTML dump generator, experimental
Tim Starling [Sun, 27 Mar 2005 16:05:33 +0000 (16:05 +0000)]
Basic static HTML dump generator, experimental

19 years agoquick hack to fix one installation problem, still plenty left
Tim Starling [Sun, 27 Mar 2005 16:02:15 +0000 (16:02 +0000)]
quick hack to fix one installation problem, still plenty left

19 years ago* Installation fixes for running under IIS
Brion Vibber [Sun, 27 Mar 2005 06:37:21 +0000 (06:37 +0000)]
* Installation fixes for running under IIS

$_SERVER['REQUEST_URI'] and $_SERVER['SERVER_ADMIN'] aren't set under IIS.
Fall back to $_SERVER['SCRIPT_NAME'] for determining base URL on install.

19 years ago* (bug 1765) Tidy causes corruption inside <gallery>
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 05:15:10 +0000 (05:15 +0000)]
* (bug 1765) Tidy causes corruption inside <gallery>

19 years agorv
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 03:27:40 +0000 (03:27 +0000)]
rv

19 years ago* Fixed numerous fatal XHTML errors
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 02:59:41 +0000 (02:59 +0000)]
* Fixed numerous fatal XHTML errors
* \" => ' where applicable
* Formatted.

19 years agoConverted entities to their respective literals with the following Perlscript
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 02:25:25 +0000 (02:25 +0000)]
Converted entities to their respective literals with the following Perlscript
#!/usr/bin/evn perl
use utf8;
use HTML::Entities;
binmode STDOUT, ":utf8";
@file = <>;

$file = join /\n/, @file;

for $i (0..length $file) {
        if ( (substr($file, $i, 1) eq '&') and (substr($file, ($i+1), 1) eq '#') ) {
                $eat = 1; # Yummie entities
                undef $food;
                next;
        } elsif ($eat && substr($file, $i, 1) eq '#') {
                next;
        } elsif ($eat && substr($file, $i, 1) =~ /\d/) {
                $food .= substr($file, $i, 1);
                next;
        } elsif ($eat && substr($file, $i, 1) =~ /;/) {
                undef $eat;
                $out .= chr($food);
                undef $food;
                next;
        }
        $out .= substr($file, $i, 1);
}

$out = decode_entities($out);
print $out;

19 years agoFix minor issues missed in patch review:
Brion Vibber [Sun, 27 Mar 2005 01:28:03 +0000 (01:28 +0000)]
Fix minor issues missed in patch review:
* Use getDbkey(), not getTitle(), when constructing new titles
* Don't bother checking for existence of a user page on go; with the
namespace prefix it's pretty clear what's meant, and the inconsistent
behavior would be more confusing than illuminating.

19 years agoRemoving enchanted spaces
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 01:23:40 +0000 (01:23 +0000)]
Removing enchanted spaces

19 years ago* (bug 1398) patch by Thue Janus Kristensen that modifies the behaviour of the
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 23:30:53 +0000 (23:30 +0000)]
* (bug 1398) patch by Thue Janus Kristensen that modifies the behaviour of the
  'Go' button, if an IP address is entered the search engine first checks if an
  article by that name exists, otherwise it goes to the user contributions list
  of that search engine ( this would catch en.wp.org/wiki/127.0.0.1 ), also,
  entering a valid username with the current namespace-3 + : prefix will go to
  the users page, regardless of whether it contains any text or not.

19 years agoFixing the google search which wasn't remotely valid XHTML.
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 22:55:57 +0000 (22:55 +0000)]
Fixing the google search which wasn't remotely valid XHTML.

19 years agoStart removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...
Brion Vibber [Sat, 26 Mar 2005 22:23:48 +0000 (22:23 +0000)]
Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...

19 years agoplease don't check jokes into CVS :)
Brion Vibber [Sat, 26 Mar 2005 21:54:18 +0000 (21:54 +0000)]
please don't check jokes into CVS :)

19 years agoPatch by brion in #mediawiki
Antoine Musso [Sat, 26 Mar 2005 21:49:07 +0000 (21:49 +0000)]
Patch by brion in #mediawiki

19 years agoLooks like a bug. Article::mText no more exist, fetch revision instead.
Antoine Musso [Sat, 26 Mar 2005 21:29:49 +0000 (21:29 +0000)]
Looks like a bug. Article::mText no more exist, fetch revision instead.

19 years ago* (bug 1207) splitting 'all', into recentchangesall, imagelistall,
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 21:26:32 +0000 (21:26 +0000)]
* (bug 1207) splitting 'all', into recentchangesall, imagelistall,
  watchlistall1, watchlistall2, contributionsall to accommodate inflicted
  languages. ( perl -pi -e "s/^['\"]all['\"].*//gs" * is useful =)

19 years ago* There is no such thing as &emdash; (chaged to &mdash;)
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 19:41:03 +0000 (19:41 +0000)]
* There is no such thing as &emdash; (chaged to &mdash;)
* Added information on bug 1662 and 1668

19 years ago* (bug 1015) support for the full wikisyntax in <gallery> captions.
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 19:15:39 +0000 (19:15 +0000)]
* (bug 1015) support for the full wikisyntax in <gallery> captions.

19 years ago* (bug 1015) this fix enables the full wikisyntax inside <gallery> captions
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 18:55:10 +0000 (18:55 +0000)]
* (bug 1015) this fix enables the full wikisyntax inside <gallery> captions

19 years agoChanged a reference to the sf.net tracker to the wikimedia bugzilla
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 18:45:51 +0000 (18:45 +0000)]
Changed a reference to the sf.net tracker to the wikimedia bugzilla

19 years agouseIndexClause( 'rev_timestamp' ); => useIndexClause( 'page_timestamp' );
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 18:24:35 +0000 (18:24 +0000)]
useIndexClause( 'rev_timestamp' ); => useIndexClause( 'page_timestamp' );
(requested by kate turner).

19 years agoImplement #1739 : new magickeyword REVISIONID. Give the diff / latest revision id...
Antoine Musso [Sat, 26 Mar 2005 18:24:32 +0000 (18:24 +0000)]
Implement #1739 : new magickeyword REVISIONID. Give the diff / latest revision id for the article being view. Useful for proper citation.
New fetchedRevId method in Article::

19 years agoThis is probably what eloquenc meant to do ( at least it fixes that fatal error)
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 17:19:39 +0000 (17:19 +0000)]
This is probably what eloquenc meant to do ( at least it fixes that fatal error)